home *** CD-ROM | disk | FTP | other *** search
/ Data Base of the Video Yearbook 1995 / Data Base of the Video Yearbook 1995 - Disc 1.iso / cosmos / kobetu3.dir / 00061_Ç©ÇøÅ[ÇÒ byå·òY2.ls < prev    next >
Encoding:
Text File  |  1996-01-04  |  445 b   |  19 lines

  1. on mouseDown
  2.   global numb, yubicurs
  3.   puppetSound("kan")
  4.   updateStage()
  5.   repeat while stillDown()
  6.     if rollOver(clickOn()) then
  7.       set the castNum of sprite clickOn() to 62
  8.     else
  9.       set the castNum of sprite clickOn() to 61
  10.     end if
  11.     updateStage()
  12.   end repeat
  13.   set the castNum of sprite clickOn() to 61
  14.   set the cursor of sprite 30 to yubicurs
  15.   set the cursor of sprite 26 to yubicurs
  16.   updateStage()
  17.   go(numb & "M")
  18. end
  19.